home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / mengen.zip / MENBLD.DAT next >
Text File  |  1991-06-15  |  3KB  |  79 lines

  1. ; ************************************************************************
  2. ; Sample menu file, to generate Novell Menu using MenGen.
  3. ; Remarks may be added by using the ";" character
  4. ; use this as a guide for building your own scripts.
  5. ;
  6. ; See the Mengen.DOC file for complete information on Identifiers
  7. ; Last Update 05/01/91
  8. ;
  9. ; (c) Copyright 1991 ZhofWare , All rights reserved.
  10. ; ************************************************************************
  11.  
  12. ^%Mengen v1.0 Sample Menu Script File^ ;^ denotes the main menu header,
  13.                                        ;  which must come before any other
  14.                                        ;  options in script file.
  15.  
  16. /&PROGRAMMERS&/                  ; & denotes the beginning of a group.
  17. A. Programming Tools             ;   the group name must match exactly what
  18.    %Available Tools              ;   is defined in the File Server's bindery.
  19.  
  20. /#PROGRAMMERS#/             ; # denotes the beginning of a sub-menu for
  21.                             ;   this group. The text between the #
  22. %Available Tools,5,20,0     ;   signs must match the group name exactly.
  23. Turbo Pascal
  24.    TURB
  25. Turbo C
  26.    TC
  27. Turbo Debugger
  28.    td
  29. Microsoft Windows 3.0
  30.    win
  31. /#PROGRAMMERS-SUB-END#/     ;  Here we designate the end of the sub-menu
  32. /*PROGRAMMERS-END*/         ;  by adding -SUB-END to the group name.
  33.                             ;  and finaly end the group definition by
  34. /&DBASE&/                   ;  using /*GROUP_NAME-END*/
  35. B. DBASE
  36.    F:
  37.    DBASE
  38. /*DBASE-END*/
  39.  
  40. /&LOTUS_COLOR&/
  41. C. LOTUS
  42.    K:
  43.    LOTUS
  44. /*LOTUS_COLOR-END*/
  45.  
  46. /&WORD_PERFECT&/
  47. D. WORD PERFECT NETWORK
  48.    WPNET
  49. /*WORD_PERFECT-END*/
  50.  
  51. /&CCMAIL&/
  52. E. ELECTRONIC MAIL
  53.    MAIL
  54. /*CCMAIL-END*/
  55.  
  56. /_WILSON_/                           ;  Mengen not only handles group
  57. Wilson's Personal Area               ;  menu items, but also user
  58.  %personal                           ;  custom options.
  59. Wilson's Utility Area                ;
  60.  %util                               ;  If you have a user, that just
  61.                                      ;  has to have thier very own personal
  62. /_#WILSON#_/                         ;  options, just insert them here.
  63. %personal                            ;
  64. Personal Filer                       ;  Notice to designate individual
  65.    PF                                ;  users we use the "_" char.
  66. Personal Editor                      ;
  67.    PE                                ;  If the user wants sub-menus for
  68. %Util                                ;  personal selections, No problem.
  69. System Configuration                 ;  just use the "_#" char's to
  70.   syscon                             ;  indicate the sub menu for them.
  71. File Server Console
  72.   fconsole
  73. /_#WILSON-SUB-END#_/
  74. /_WILSON-END_/              ;  Here we designate the end of the user's
  75.                             ;  personal options, by adding _#USER-SUB-END#_
  76.                             ;  and finaly end the user definition by
  77.                             ;  adding /*USER_NAME-END*/
  78.  
  79.